Contribution org.nuxeo.runtime.api.DefaultJBossBindings--servers
In component org.nuxeo.runtime.api.DefaultJBossBindings
org.nuxeo.runtime.api.DefaultJBossBindings
inside nuxeo-runtime-5.8.jar
This contribution is part of XML component Documentation
Locator properties (including JNDI properties) are specified using "property" elements
To change the prefix and suffix used to generate the service key you may define the "prefix" and "suffix" properties
Service group exposed by a server are declared using the "group" element
To specify the default group (the root) use "*"
Extension Point
Extension point servers of component ServiceManagement.Contributed Items
XML Source
<extension point="servers" target="org.nuxeo.runtime.api.ServiceManagement">
<documentation>
Locator properties (including JNDI properties) are specified using "property" elements
<p/>
To change the prefix and suffix used to generate the service key
you may define the "prefix" and "suffix" properties
<p/>
Service group exposed by a server are declared using the "group" element
<p/>
To specify the default group (the root) use "*"
</documentation>
<server class="org.nuxeo.runtime.api.JBossServiceLocator">
<group>*</group>
</server>
</extension>